home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / dtime / data.1 / Datetest.mak < prev    next >
Text File  |  1996-07-08  |  11KB  |  347 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.10
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=datetest - Win32 (Unicode) Debug
  8. !MESSAGE No configuration specified.  Defaulting to datetest - Win32 (Unicode)\
  9.  Debug.
  10. !ENDIF 
  11.  
  12. !IF "$(CFG)" != "datetest - Win32 (Unicode) Release" && "$(CFG)" !=\
  13.  "datetest - Win32 (Unicode) Debug" && "$(CFG)" !=\
  14.  "datetest - Win32 (Ascii) Debug" && "$(CFG)" !=\
  15.  "datetest - Win32 (Ascii) Release"
  16. !MESSAGE Invalid configuration "$(CFG)" specified.
  17. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  18. !MESSAGE by defining the macro CFG on the command line.  For example:
  19. !MESSAGE 
  20. !MESSAGE NMAKE /f "Datetest.mak" CFG="datetest - Win32 (Unicode) Debug"
  21. !MESSAGE 
  22. !MESSAGE Possible choices for configuration are:
  23. !MESSAGE 
  24. !MESSAGE "datetest - Win32 (Unicode) Release" (based on\
  25.  "Win32 (x86) Console Application")
  26. !MESSAGE "datetest - Win32 (Unicode) Debug" (based on\
  27.  "Win32 (x86) Console Application")
  28. !MESSAGE "datetest - Win32 (Ascii) Debug" (based on\
  29.  "Win32 (x86) Console Application")
  30. !MESSAGE "datetest - Win32 (Ascii) Release" (based on\
  31.  "Win32 (x86) Console Application")
  32. !MESSAGE 
  33. !ERROR An invalid configuration is specified.
  34. !ENDIF 
  35.  
  36. !IF "$(OS)" == "Windows_NT"
  37. NULL=
  38. !ELSE 
  39. NULL=nul
  40. !ENDIF 
  41. ################################################################################
  42. # Begin Project
  43. # PROP Target_Last_Scanned "datetest - Win32 (Ascii) Release"
  44. RSC=rc.exe
  45. CPP=cl.exe
  46.  
  47. !IF  "$(CFG)" == "datetest - Win32 (Unicode) Release"
  48.  
  49. # PROP BASE Use_MFC 0
  50. # PROP BASE Use_Debug_Libraries 0
  51. # PROP BASE Output_Dir "WinRel"
  52. # PROP BASE Intermediate_Dir "WinRel"
  53. # PROP Use_MFC 2
  54. # PROP Use_Debug_Libraries 0
  55. # PROP Output_Dir "ReleaseU"
  56. # PROP Intermediate_Dir "ReleaseU"
  57. OUTDIR=.\ReleaseU
  58. INTDIR=.\ReleaseU
  59.  
  60. ALL : ".\ReleaseU\Datetest.exe"
  61.  
  62. CLEAN : 
  63.     -@erase ".\ReleaseU\Datetest.exe"
  64.     -@erase ".\ReleaseU\datetest.obj"
  65.  
  66. "$(OUTDIR)" :
  67.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  68.  
  69. $(OUTDIR)/datetest.bsc : $(OUTDIR)  $(BSC32_SBRS)
  70. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /FR /YX /c
  71. # ADD CPP /nologo /MD /W4 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_UNICODE" /D "_AFXDLL" /D "_MBCS" /YX /c
  72. # SUBTRACT CPP /Fr
  73. CPP_PROJ=/nologo /MD /W4 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D\
  74.  "_UNICODE" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Datetest.pch" /YX\
  75.  /Fo"$(INTDIR)/" /c 
  76. CPP_OBJS=.\ReleaseU/
  77. CPP_SBRS=.\.
  78. # ADD BASE RSC /l 0x809 /d "NDEBUG"
  79. # ADD RSC /l 0x809 /d "NDEBUG" /d "_AFXDLL"
  80. BSC32=bscmake.exe
  81. # ADD BASE BSC32 /nologo
  82. # ADD BSC32 /nologo
  83. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Datetest.bsc" 
  84. BSC32_SBRS= \
  85.     
  86. LINK32=link.exe
  87. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  88. # ADD LINK32 dt100u.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:console /machine:I386
  89. LINK32_FLAGS=dt100u.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:console\
  90.  /incremental:no /pdb:"$(OUTDIR)/Datetest.pdb" /machine:I386\
  91.  /out:"$(OUTDIR)/Datetest.exe" 
  92. LINK32_OBJS= \
  93.     ".\ReleaseU\datetest.obj"
  94.  
  95. ".\ReleaseU\Datetest.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  96.     $(LINK32) @<<
  97.   $(LINK32_FLAGS) $(LINK32_OBJS)
  98. <<
  99.  
  100. !ELSEIF  "$(CFG)" == "datetest - Win32 (Unicode) Debug"
  101.  
  102. # PROP BASE Use_MFC 0
  103. # PROP BASE Use_Debug_Libraries 1
  104. # PROP BASE Output_Dir "WinDebug"
  105. # PROP BASE Intermediate_Dir "WinDebug"
  106. # PROP Use_MFC 2
  107. # PROP Use_Debug_Libraries 1
  108. # PROP Output_Dir "DebugU"
  109. # PROP Intermediate_Dir "DebugU"
  110. OUTDIR=.\DebugU
  111. INTDIR=.\DebugU
  112.  
  113. ALL : ".\DebugU\Datetest.exe"
  114.  
  115. CLEAN : 
  116.     -@erase ".\DebugU\Datetest.exe"
  117.     -@erase ".\DebugU\Datetest.ilk"
  118.     -@erase ".\DebugU\datetest.obj"
  119.     -@erase ".\DebugU\Datetest.pdb"
  120.     -@erase ".\DebugU\vc40.idb"
  121.     -@erase ".\DebugU\vc40.pdb"
  122.  
  123. "$(OUTDIR)" :
  124.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  125.  
  126. $(OUTDIR)/datetest.bsc : $(OUTDIR)  $(BSC32_SBRS)
  127. # ADD BASE CPP /nologo /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /FR /YX /c
  128. # ADD CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_UNICODE" /D "_AFXDLL" /D "_MBCS" /YX /c
  129. # SUBTRACT CPP /Fr
  130. CPP_PROJ=/nologo /MDd /W4 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_CONSOLE"\
  131.  /D "_UNICODE" /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Datetest.pch" /YX\
  132.  /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  133. CPP_OBJS=.\DebugU/
  134. CPP_SBRS=.\.
  135. # ADD BASE RSC /l 0x809 /d "_DEBUG"
  136. # ADD RSC /l 0x809 /d "_DEBUG" /d "_AFXDLL"
  137. BSC32=bscmake.exe
  138. # ADD BASE BSC32 /nologo
  139. # ADD BSC32 /nologo
  140. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Datetest.bsc" 
  141. BSC32_SBRS= \
  142.     
  143. LINK32=link.exe
  144. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  145. # ADD LINK32 dt100du.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:console /debug /machine:I386
  146. LINK32_FLAGS=dt100du.lib /nologo /entry:"wWinMainCRTStartup" /subsystem:console\
  147.  /incremental:yes /pdb:"$(OUTDIR)/Datetest.pdb" /debug /machine:I386\
  148.  /out:"$(OUTDIR)/Datetest.exe" 
  149. LINK32_OBJS= \
  150.     ".\DebugU\datetest.obj"
  151.  
  152. ".\DebugU\Datetest.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  153.     $(LINK32) @<<
  154.   $(LINK32_FLAGS) $(LINK32_OBJS)
  155. <<
  156.  
  157. !ELSEIF  "$(CFG)" == "datetest - Win32 (Ascii) Debug"
  158.  
  159. # PROP BASE Use_MFC 2
  160. # PROP BASE Use_Debug_Libraries 1
  161. # PROP BASE Output_Dir "Win32__A"
  162. # PROP BASE Intermediate_Dir "Win32__A"
  163. # PROP Use_MFC 2
  164. # PROP Use_Debug_Libraries 1
  165. # PROP Output_Dir "DebugA"
  166. # PROP Intermediate_Dir "DebugA"
  167. OUTDIR=.\DebugA
  168. INTDIR=.\DebugA
  169.  
  170. ALL : ".\DebugA\Datetest.exe"
  171.  
  172. CLEAN : 
  173.     -@erase ".\DebugA\Datetest.exe"
  174.     -@erase ".\DebugA\Datetest.ilk"
  175.     -@erase ".\DebugA\datetest.obj"
  176.     -@erase ".\DebugA\Datetest.pdb"
  177.     -@erase ".\DebugA\vc40.idb"
  178.     -@erase ".\DebugA\vc40.pdb"
  179.  
  180. "$(OUTDIR)" :
  181.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  182.  
  183. $(OUTDIR)/datetest.bsc : $(OUTDIR)  $(BSC32_SBRS)
  184. # ADD BASE CPP /nologo /MD /W3 /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_UNICODE" /D "_AFXDLL" /D "_MBCS" /FR /YX /c
  185. # ADD CPP /nologo /MDd /W4 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_CONSOLE" /D "_AFXDLL" /D "_MBCS" /YX /c
  186. # SUBTRACT CPP /Fr
  187. CPP_PROJ=/nologo /MDd /W4 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_CONSOLE"\
  188.  /D "_AFXDLL" /D "_MBCS" /Fp"$(INTDIR)/Datetest.pch" /YX /Fo"$(INTDIR)/"\
  189.  /Fd"$(INTDIR)/" /c 
  190. CPP_OBJS=.\DebugA/
  191. CPP_SBRS=.\.
  192. # ADD BASE RSC /l 0x809 /d "_DEBUG" /d "_AFXDLL"
  193. # ADD RSC /l 0x809 /d "_DEBUG" /d "_AFXDLL"
  194. BSC32=bscmake.exe
  195. # ADD BASE BSC32 /nologo
  196. # ADD BSC32 /nologo
  197. BSC32_FLAGS=/nologo /o"$(OUTDIR)/Datetest.bsc" 
  198. BSC32_SBRS= \
  199.     
  200. LINK32=link.exe
  201. # ADD BASE LINK32 /nologo /entry:"wWinMainCRTStartup" /subsystem:console /debug /machine:I386
  202. # ADD LINK32 dt100d.lib /nologo /entry:"WinMainCRTStartup" /subsystem:console /debug /machine:I386
  203. LINK32_FLAGS=dt100d.lib /nologo /entry:"WinMainCRTStartup" /subsystem:console\
  204.  /incremental:yes /pdb:"$(OUTDIR)/Datetest.pdb" /debug /machine:I386\
  205.  /out:"$(OUTDIR)/Datetest.exe" 
  206. LINK32_OBJS= \
  207.     ".\DebugA\datetest.obj"
  208.  
  209. ".\DebugA\Datetest.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  210.     $(LINK32) @<<
  211.   $(LINK32_FLAGS) $(LINK32_OBJS)
  212. <<
  213.  
  214. !ELSEIF  "$(CFG)" == "datetest - Win32 (Ascii) Release"
  215.  
  216. # PROP BASE Use_MFC 2
  217. # PROP BASE Use_Debug_Libraries 0
  218. # PROP BASE Output_Dir "Win32__0"
  219. # PROP BASE Intermediate_Dir "Win32__0"
  220. # PROP Use_MFC 2
  221. # PROP Use_Debug_Libraries 0
  222. # PROP Output_Dir "ReleaseA"
  223. # PROP Intermediate_Dir "ReleaseA"
  224. OUTDIR=.\ReleaseA
  225. INTDIR=.\ReleaseA
  226.  
  227. ALL : ".\ReleaseA\Datetest.exe"
  228.  
  229. CLEAN : 
  230.     -@erase ".\ReleaseA\Datetest.exe"
  231.     -@erase ".\ReleaseA\datetest.obj"
  232.  
  233. "$(OUTDIR)" :
  234.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  235.  
  236. $(OUTDIR)/datetest.bsc : $(OUTDIR)  $(BSC32_SBRS)
  237. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_UNICODE" /D "_AFXDLL" /D "_MBCS" /FR